func golang.org/x/sys/unix.cmsgAlignOf

8 uses

	golang.org/x/sys/unix (current package)
		sockcmsg_unix.go#L19: 	return cmsgAlignOf(SizeofCmsghdr) + datalen
		sockcmsg_unix.go#L25: 	return cmsgAlignOf(SizeofCmsghdr) + cmsgAlignOf(datalen)
		sockcmsg_unix.go#L29: 	return unsafe.Pointer(uintptr(unsafe.Pointer(h)) + uintptr(cmsgAlignOf(SizeofCmsghdr)) + offset)
		sockcmsg_unix.go#L50: 		i += cmsgAlignOf(int(h.Len))
		sockcmsg_unix.go#L63: 	if i := cmsgAlignOf(int(h.Len)); i < len(b) {
		sockcmsg_unix.go#L74: 	return h, b[cmsgAlignOf(SizeofCmsghdr):h.Len], nil
		sockcmsg_unix_other.go#L15: func cmsgAlignOf(salen int) int {